home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / Word-Safari.swf / scripts / DefineSprite_123 / frame_2 / DoAction.as
Text File  |  2008-02-25  |  145b  |  10 lines

  1. this.onEnterFrame = function()
  2. {
  3.    if(Key.isDown(37) and _root.gogogo == true)
  4.    {
  5.       y = 1;
  6.       gotoAndStop(1);
  7.    }
  8. };
  9. stop();
  10.